Skip to content

fix(web): mobile responsive layout (nav overlap, crushed docs, cramped chat cards)#26

Merged
andylizf merged 1 commit into
mainfrom
fix/mobile-responsive
Jun 6, 2026
Merged

fix(web): mobile responsive layout (nav overlap, crushed docs, cramped chat cards)#26
andylizf merged 1 commit into
mainfrom
fix/mobile-responsive

Conversation

@andylizf
Copy link
Copy Markdown
Contributor

@andylizf andylizf commented Jun 6, 2026

Audited every page at 390×844. Fixes:

  • Nav (all pages): logo/links overlapped on phones → responsive sizing + nowrap + Status link hidden below sm.
  • API docs: wrapper stayed flex-row on mobile so the select + content rendered side-by-side, crushing the article to one word per line → flex-col md:flex-row.
  • Chat examples: half-width cards wrapped the new long questions over 7 lines → grid-cols-1 sm:grid-cols-2.

Search results page was already fine. Verified with before/after mobile screenshots of all four pages.

Audited all pages at a 390px viewport; three real breakages:

- Nav: the logo and links overlapped/wrapped on phones. Smaller logo and
  wordmark below sm, tighter gaps, nowrap links, and the external Status
  link is hidden on phones (it's on the home footer anyway).
- API docs: the page wrapper was flex-row even on mobile, so once the
  sidebar hid, the mobile <select> and the content rendered side by side,
  crushing the article into a one-word-wide column. flex-col on mobile,
  md:flex-row on desktop.
- Chat empty state: example cards go single-column below sm — the new
  longer questions were wrapping over seven lines in half-width cards.

Search results page needed no changes (groups stack, tile rows scroll).
Verified with before/after 390x844 screenshots of all four pages.
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Jun 6, 2026 6:27am

@andylizf andylizf merged commit af23695 into main Jun 6, 2026
6 checks passed
@andylizf andylizf deleted the fix/mobile-responsive branch June 6, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant